Esx Settings Clusters Configuration Info

Esx Settings Clusters Configuration Info
Esx Settings Clusters Configuration Info

The Esx Settings Clusters Configuration Info schema defines the information about configuration commit.

This schema was added in vSphere API 8.0.1.0.

JSON Example
{
    "metadata": {
        "id": "string",
        "author": "string",
        "creation_time": "string"
    },
    "host_info": {
        "host_info": {
            "name": "string",
            "is_vsan_witness": false
        }
    },
    "config": "string"
}
metadata
Required

Metadata about the configuration commit.

This property was added in vSphere API 8.0.1.0.

object
host_info
Required

A mapping of BIOS UUIDs for every host in the cluster to information about that host. The host-specific/host-override sections of the configuration use BIOS UUIDs to identify hosts, so this information can be useful to get details about hosts mentioned there.

This property was added in vSphere API 8.0.1.0.

string
config
Required

Configuration specification associated with the commit, encoded as JSON.

This property was added in vSphere API 8.0.1.0.